home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-25 | 833 b | 31 lines | [TEXT/CWIE] |
- // ==================================================
- // touchMeCaptions.r
- // Copyright (C) 1997 Mizutori Tetsuya
- // April 25, 1997.
- // ==================================================
- // All documents are pretty-printed in 10-point Geneva font.
-
- #define SystemSevenOrLater TRUE
-
- #include <Types.r>
- #include <SysTypes.r>
- #include <PowerPlant.r>
-
-
- // --------------------------------------------------
- // • 'STR#' ID=1000
- // --------------------------------------------------
-
- resource 'STR#' (1000, purgeable) {
- { /* array StringArray: 6 elements */
- /* [1] */ "touchMe Prefs",
- /* [2] */ "touchMe Guide",
- /* [3] */ "Help touchMe",
- /* [4] */ "Choose a file or folder to touch",
- /* [5] */ "Choose a document for its file type",
- /* [6] */ "Choose a document or application for its creator type"
- }
- };
-
- // end of resources
-